home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’97 / Warrior’s Progress / source code / Source / Libraries / Application / EventMaker.h < prev    next >
Encoding:
Text File  |  1997-06-28  |  167 b   |  15 lines  |  [TEXT/CWIE]

  1. // EventMaker.h
  2.  
  3. #ifndef EventMaker_h
  4. #define EventMaker_h
  5.  
  6. class Event;
  7.  
  8. class EventMaker
  9.   {
  10.     public:
  11.         virtual Event& MakeEvent( const EventRecord& );
  12.   };
  13.  
  14. #endif
  15.